home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00186.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  186 b   |  12 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   mouseClick()
  4.   set the visible of sprite 2 to 0
  5.   updateStage()
  6.   if the frame = label("SEND") then
  7.     go(65)
  8.   else
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.